home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / c / GAPLib.readme < prev    next >
Encoding:
Text File  |  1999-09-06  |  6.7 KB  |  154 lines

  1. Short:    Comprehensive Genetic Algorithm Programming Library.
  2. Author:   Peter Bengtsson <a94petbe@ida.his.se>
  3. Uploader: Peter Bengtsson <a94petbe@ida.his.se>
  4. Version:  0.82
  5. Type:     dev/c
  6. Replaces: dev/c/GAPLib.LhA
  7.  
  8.  
  9. GAP-Lib, beta3.
  10.  
  11. A comprehensive programminglibrary for Genetic Algorithms.
  12.  
  13. Genetic algorithms are a class of fairly recent and remarkably
  14. powerful and flexible set of optimization/search strategies.
  15.  
  16. Genetic algorithms can be used for a multitude of problems such
  17. as function optimization, searching for solutions, best-fit problems, 
  18. evolving rule-based control systems and much much more.
  19.  
  20. The basis of genetic algorithms is the population, a set
  21. of candidate solutions or partial solutions which can
  22. be evaluated and compared to the other candidates in the set.
  23.  
  24. For a more in-depth look at genetic algorithms, I recommend
  25. that one find some introductory book.
  26.  
  27. This archive contains:
  28.  
  29. * Source with makefiles
  30.  
  31. * Documentation
  32.  
  33. * Examples
  34.  
  35. * Tutorial
  36.  
  37. * Source wizard (Generates program skeletons for you)
  38.  
  39. * Utility code
  40.  
  41. * C++ wrapper
  42.  
  43. * Diagnostic source for the libraries.
  44.  
  45.     -Peter
  46.  
  47.  
  48. ============================= Archive contents =============================
  49.  
  50. Original  Packed Ratio    Date     Time    Name
  51. -------- ------- ----- --------- --------  -------------
  52.      128      99 22.6% 22-Apr-99 21:27:14 +Amiga.sh
  53.    49476   21994 55.5% 09-Jun-98 16:53:20 +Conjurer
  54.     5369    2829 47.3% 04-Jul-99 01:43:04 +Checksums
  55.      152     152  0.0% 04-Jul-99 01:43:12 +Checksums.sig
  56.      919     276 69.9% 05-May-99 22:28:08 +CrossoverTest.c
  57.      905     316 65.0% 05-May-99 22:28:08 +FlipTestTest.c
  58.     1117     615 44.9% 23-May-99 12:46:12 +GaussRandTest.c
  59.      572     233 59.2% 05-May-99 22:28:08 +Makefile
  60.     1657     712 57.0% 05-May-99 22:28:08 +TagListTest.c
  61.    24914    7746 68.9% 24-May-99 20:30:16 +GAP.guide
  62.       96      93  3.1% 22-Apr-99 21:27:12 +GAPLib.faq
  63.    25446    7876 69.0% 24-May-99 20:30:10 +GAP.html
  64.    61481   11409 81.4% 24-May-99 20:30:00 +GAP-Reference.ps
  65.   174865   53622 69.3% 15-May-99 16:28:50 +Tutorial.ps
  66.    22426    7435 66.8% 24-May-99 20:29:36 +GAP.doc
  67.     2272    1053 53.6% 22-Apr-99 21:27:10 +Introduction
  68.     8681    3504 59.6% 22-Apr-99 21:27:10 +Tutorial
  69.      914     480 47.4% 22-May-99 01:11:40 +FitnessExample.t
  70.     1491     760 49.0% 22-Apr-99 21:27:12 +FuncOpt1.c
  71.     4349    1687 61.2% 22-Apr-99 21:27:12 +FuncOpt2.c
  72.      419     198 52.7% 22-Apr-99 21:27:12 +Makefile
  73.     2294    1068 53.4% 22-Apr-99 21:27:12 +PrisonersDilemma.c
  74.       21      21  0.0% 22-Apr-99 21:27:12 +SCOPTIONS
  75.      409     230 43.7% 22-Apr-99 21:27:12 +smakefile
  76.     2000     727 63.6% 22-Apr-99 21:27:12 +TestFunctions.c
  77.     1180     610 48.3% 22-Apr-99 21:27:12 +tutorial.c
  78.     1734     519 70.0% 04-Jul-99 01:28:30 +Common.mk
  79.     2844    1093 61.5% 04-Jul-99 01:28:28 +CreatePopulation.c
  80.      459     246 46.4% 04-Jul-99 01:28:28 +Crossover.c
  81.      585     301 48.5% 04-Jul-99 01:28:28 +DefaultFunctions.c
  82.      473     252 46.7% 04-Jul-99 01:28:28 +DeletePopulation.c
  83.     1124     492 56.2% 04-Jul-99 01:28:28 +EnterGAP.c
  84.     9774    3326 65.9% 04-Jul-99 01:28:28 +Evolve.c
  85.     1570     678 56.8% 04-Jul-99 01:28:28 +Filters.c
  86.      110      90 18.1% 04-Jul-99 01:28:30 +Flip.c
  87.      879     366 58.3% 04-Jul-99 01:28:28 +GAPLocal.h
  88.        2       2  0.0% 04-Jul-99 01:28:30 +GAP_Revision
  89.        1       1  0.0% 04-Jul-99 01:28:30 +GAP_Version
  90.      341     215 36.9% 04-Jul-99 01:28:28 +HammingDist.c
  91.      719     427 40.6% 04-Jul-99 01:28:30 +History
  92.      701     268 61.7% 04-Jul-99 01:28:30 +increv.c
  93.      210     129 38.5% 04-Jul-99 01:28:28 +IRange.c
  94.      940     311 66.9% 04-Jul-99 01:28:28 +Magic.c
  95.      366     260 28.9% 04-Jul-99 01:28:30 +Makefile
  96.      614     406 33.8% 04-Jul-99 01:28:30 +Makefile.m68k
  97.      561     365 34.9% 04-Jul-99 01:28:30 +Makefile.sparc
  98.     2087     651 68.8% 04-Jul-99 01:28:30 +Makefile.ucc
  99.     1870     643 65.6% 04-Jul-99 01:28:30 +Makefile.vbcc
  100.      525     339 35.4% 04-Jul-99 01:28:30 +Makefile.x86
  101.      374     234 37.4% 04-Jul-99 01:28:28 +Misc.c
  102.      945     480 49.2% 04-Jul-99 01:28:28 +mkver.c
  103.      581     311 46.4% 04-Jul-99 01:28:28 +PopMember.c
  104.     2592    1045 59.6% 04-Jul-99 01:28:30 +Random.c
  105.      289     198 31.4% 04-Jul-99 01:28:30 +README.COMPILE
  106.      315     195 38.0% 04-Jul-99 01:28:30 +SCOPTIONS
  107.     1074     473 55.9% 04-Jul-99 01:28:30 +smakefile
  108.      101      83 17.8% 04-Jul-99 01:28:30 +Testbit.c
  109.     1832     712 61.1% 22-Apr-99 21:27:14 +BitMatrix.c
  110.     2034     770 62.1% 22-Apr-99 21:27:14 +BoundedRealVector.c
  111.      479     295 38.4% 22-May-99 11:06:20 +README.GENOMES
  112.     1821     617 66.1% 22-Apr-99 21:27:14 +RealMatrix.c
  113.     7870    7791  1.0% 22-Apr-99 21:27:14 +DeJong1.png
  114.     9725    9614  1.1% 22-Apr-99 21:27:14 +DeJong2.png
  115.     9129    9038  0.9% 22-Apr-99 21:27:14 +DeJong3.png
  116.    11916   11835  0.6% 22-Apr-99 21:27:14 +DeJong4.png
  117.    11146   11064  0.7% 22-Apr-99 21:27:14 +DeJong5.png
  118.    11860   11531  2.7% 22-Apr-99 21:27:14 +FuncOpt2.png
  119.      995     532 46.5% 22-Apr-99 21:27:14 +README.IMAGES
  120.     4911    1751 64.3% 26-Apr-99 23:19:30 +GAP.h
  121.      486     225 53.7% 22-Apr-99 21:27:14 +GAP.h.info
  122.     2599     863 66.7% 28-May-99 23:31:32 +Makefile
  123.      851     217 74.5% 22-Apr-99 21:27:14 +Makefile.info
  124.     1091     620 43.1% 04-Jul-99 01:33:56 +README.FIRST
  125.     1495     702 53.0% 04-Jul-99 01:30:12 +README.LEGAL
  126.     1643     864 47.4% 24-May-99 21:38:18 +README.TXT
  127.       52      52  0.0% 22-Apr-99 21:27:14 +unixcc.sh
  128.     5342    2211 58.6% 09-Jun-98 18:13:20 +report.doc
  129.     6331    2432 61.5% 09-Jun-98 18:14:36 +report.html
  130.    16881    3757 77.7% 09-Jun-98 18:18:46 +report.ps
  131.     6971    2091 70.0% 21-May-99 16:01:28 +report.c
  132.      909     457 49.7% 09-Jun-98 18:05:06 +report.h
  133.     1434     747 47.9% 22-Apr-99 21:27:14 +ReportExample.c
  134.      274     197 28.1% 22-Apr-99 21:27:16 +b2c.c
  135.    44157   12546 71.5% 25-May-99 16:41:30 +Conjurer.c
  136.     1143     418 63.4% 22-Apr-99 21:27:16 +Makefile
  137.     1021     532 47.8% 22-May-99 11:06:34 +README.CONJURER
  138.      256     174 32.0% 22-Apr-99 21:27:16 +README.WIZARDS
  139.     1170     445 61.9% 22-May-99 01:19:22 +smakefile
  140.     2551    1063 58.3% 24-May-99 17:00:26 +BitMatrix.c
  141.     1669     682 59.1% 22-Apr-99 21:27:16 +Bitstring.c
  142.     1625     749 53.9% 09-Jun-98 17:01:34 +BoundedRealVector.c
  143.      414     223 46.1% 26-Apr-99 21:11:42 +Makefile
  144.     6971    2091 70.0% 21-May-99 16:02:04 +report.c
  145.      909     457 49.7% 21-May-99 16:02:04 +report.h
  146.      481     227 52.8% 22-Apr-99 21:27:16 +Skeleton.c
  147.      739     333 54.9% 04-May-99 22:04:16 +GAP.hh
  148.      889     520 41.5% 04-May-99 22:15:00 +README.WRAPPER
  149.     2941     843 71.3% 04-May-99 21:59:08 +wrapper.cc
  150.      373     233 37.5% 22-Apr-99 21:27:14 +README.TAGLIB
  151.     1114     372 66.6% 22-Apr-99 21:27:14 +taglib.c
  152. -------- ------- ----- --------- --------
  153.   616813  243037 60.5% 04-Jul-99 22:38:46   100 files
  154.